Int32NINumericInt32NIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<Int32N>.IsGreaterThan(
Int32N value
)
Private Function IsGreaterThan (
value As Int32N
) As Boolean Implements INumeric(Of Int32N).IsGreaterThan
private:
virtual bool IsGreaterThan(
Int32N value
) sealed = INumeric<Int32N>::IsGreaterThan
private abstract IsGreaterThan :
value : Int32N -> bool
private override IsGreaterThan :
value : Int32N -> bool
- value Int32N
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)